home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 April / CICA Shareware for Windows CD-ROM (Walnut Creek CD-ROM)(April 1994).ISO / _bbs / sftool / all.bat next >
Encoding:
DOS Batch File  |  1994-04-04  |  330 b   |  18 lines

  1. set cdrom=m:
  2. set output=\_bbs\sf
  3.  
  4. rem you shouldn't need to change anything below this.
  5.  
  6. set index_f=00_index.txt
  7. set in_type=cica
  8.  
  9. del %output%\*.*
  10.  
  11. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit1
  12. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  13.  
  14. set cdrom=
  15. set output=
  16. set in_type=
  17. set index_f=
  18.